Extension Language Kit - definizione. Che cos'è Extension Language Kit
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è Extension Language Kit - definizione

FREE SCHEME IMPLEMENTATION
ELK (Scheme implementation)

Extension Language Kit         
<language> (Elk) A Scheme interpreter by Oliver Laumann <net@cs.tu-berlin.de> and Carsten Bormann <cabo@cs.tu-berlin.de> of the {Technical University of Berlin}. Elk was designed to be used as a general extension language. New types and primitive procedures can easily be added. It has first-class environments, dynamic-wind, fluid-let, macros, autoloading and a dump. It provides interfaces to Xlib, Xt and various widget sets; dynamic loading of extensions and object files; almost all artificial limitations removed; generational/{incremental garbage collector}; Unix system call extensions; Records (structures) and bit strings. Version: 2.2 is mostly R3RS compatible and runs on Unix, Ultrix, VAX, Sun-3, Sun-4, 68000, i386, MIPS, {IBM PC RT}, RS/6000, HP700, SGI, Sony, MS-DOS (gcc+DJGPP or go32). {Germany (ftp://ftp.fu-berlin.de/pub/Unix/languages/scheme/elk-2.2.tar.gz)}. US (ftp://ftp.x.org/contrib/elk-2.2.tar.gz). {US (ftp://gatekeeper.dec.com/pub/comp.sources.misc/volume8/elk)}. (1994-12-15)
Extension Language Kit         
Extension Language Kit (ELK) is a free Scheme implementation which is embeddable in C and C++ programs, but can also be used as a stand-alone Scheme interpreter. It is available under a custom permissive license for any use, commercial or noncommercial.
Group extension         
  • Figure 1
GROUP FOR WHICH A GIVEN GROUP IS A NORMAL SUBGROUP
Extension problem; Extension (algebra); Split extension; Extension of a group; Central extension (mathematics)
In mathematics, a group extension is a general means of describing a group in terms of a particular normal subgroup and quotient group. If Q and N are two groups, then G is an extension of Q by N if there is a short exact sequence

Wikipedia

Extension Language Kit

Extension Language Kit (ELK) is a free Scheme implementation which is embeddable in C and C++ programs, but can also be used as a stand-alone Scheme interpreter. It is available under a custom permissive license for any use, commercial or noncommercial.

Elk was written by Oliver Laumann and Carsten Bormann to provide an Extension Language for the development of large C++-based systems such as the ODA document editor ISOTEXT and the videoconferencing system TELES.VISION. It was inspired by the Lisp interpreter in Emacs and has in turn helped inspire developers of other dynamic language interpreters such as Matz' Ruby Interpreter.

In 2005 Sam Hocevar became the current maintainer of the Elk scheme project, merging contributed patches and fixing known bugs.